projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae14cd
)
Fix comment.
author
Steven Hand
<steven@xensource.com>
Thu, 5 Apr 2007 05:51:53 +0000
(06:51 +0100)
committer
Steven Hand
<steven@xensource.com>
Thu, 5 Apr 2007 05:51:53 +0000
(06:51 +0100)
Signed-off-by: Steven Hand <steven@xensource.com>
xen/arch/x86/hvm/vmx/vmx.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/vmx/vmx.c
b/xen/arch/x86/hvm/vmx/vmx.c
index c618d3e88631073067814d2e7ee624377f6e0617..855274b8da79bca5ceab9656ae60a8778ce6dd4c 100644
(file)
--- a/
xen/arch/x86/hvm/vmx/vmx.c
+++ b/
xen/arch/x86/hvm/vmx/vmx.c
@@
-2629,7
+2629,7
@@
asmlinkage void vmx_vmexit_handler(struct cpu_user_regs *regs)
HVMTRACE_1D(VMMCALL, v, regs->eax);
inst_len = __get_instruction_length(); /* Safe: VMCALL */
if ( !hvm_do_hypercall(regs) )
- __update_guest_eip(inst_len); /* preempted */
+ __update_guest_eip(inst_len); /*
not
preempted */
break;
}
case EXIT_REASON_CR_ACCESS: